GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-11T08:21:49.580645+00:00",
"SubmitDate": "2026-02-11T08:21:49.580645+00:00",
"ReportPeriodStart": "2026-02-11T08:21:49.580645+00:00",
"ReportPeriodEnd": "2026-02-11T08:21:49.580645+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "59bc9f70-53c0-4523-ade9-3c08f8adfd62",
"Rows": [
{
"ItemId": "0bb74ebf-b7f5-45a5-8c3a-1893f5cdb6de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bb74ebf-b7f5-45a5-8c3a-1893f5cdb6de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "59bc9f70-53c0-4523-ade9-3c08f8adfd62",
"Rows": [
{
"ItemId": "0bb74ebf-b7f5-45a5-8c3a-1893f5cdb6de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bb74ebf-b7f5-45a5-8c3a-1893f5cdb6de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a58652f7-9617-4cc0-9db9-25669e24c83b",
"40697465-a29b-4114-8856-c9ce81c04aa2"
],
"Approvers": [
"aec51b92-5690-484f-9d95-c4032d1feb9f",
"aa65c7b9-9dfa-40c1-a2c6-954d1c19965b"
],
"ApprovedBy": "216f8bf9-8cb0-4d08-ab74-5bb3bc721f2f",
"ApprovalDate": "2026-02-11T08:21:49.580645+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4266e977-1d0d-409d-9786-d39189f41b65",
"id": "4916b97e-5054-45d9-af6f-47c090033366",
"ConfigId": "5d742e78-0881-46e9-bd3c-8f6517f2f7b2"
},
{
"GenerationDate": "2026-02-11T08:21:49.580645+00:00",
"SubmitDate": "2026-02-11T08:21:49.580645+00:00",
"ReportPeriodStart": "2026-02-11T08:21:49.580645+00:00",
"ReportPeriodEnd": "2026-02-11T08:21:49.580645+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "59bc9f70-53c0-4523-ade9-3c08f8adfd62",
"Rows": [
{
"ItemId": "0bb74ebf-b7f5-45a5-8c3a-1893f5cdb6de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bb74ebf-b7f5-45a5-8c3a-1893f5cdb6de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "59bc9f70-53c0-4523-ade9-3c08f8adfd62",
"Rows": [
{
"ItemId": "0bb74ebf-b7f5-45a5-8c3a-1893f5cdb6de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bb74ebf-b7f5-45a5-8c3a-1893f5cdb6de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a58652f7-9617-4cc0-9db9-25669e24c83b",
"40697465-a29b-4114-8856-c9ce81c04aa2"
],
"Approvers": [
"aec51b92-5690-484f-9d95-c4032d1feb9f",
"aa65c7b9-9dfa-40c1-a2c6-954d1c19965b"
],
"ApprovedBy": "216f8bf9-8cb0-4d08-ab74-5bb3bc721f2f",
"ApprovalDate": "2026-02-11T08:21:49.580645+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4266e977-1d0d-409d-9786-d39189f41b65",
"id": "4916b97e-5054-45d9-af6f-47c090033366",
"ConfigId": "5d742e78-0881-46e9-bd3c-8f6517f2f7b2"
}
]